home *** CD-ROM | disk | FTP | other *** search
- on(release){
- if(_root.s.Control and !copy)
- {
- _root.s.HideSipka();
- this._visible = false;
- this.duplicateMovieClip("DObject",13300);
- _root.s.DObject.swapDepths(0);
- _root.s.DObject.gotoAndStop("pick");
- _root.s.DObject.copy = true;
- _root.s.DObject.origin = this;
- startDrag(_root.s.DObject,0);
- }
- if(copy)
- {
- stopDrag();
- if(eval(this._droptarget) != undefined and eval(this._droptarget) == _root.s.back4.liea and _root.d2)
- {
- _root.s.what = "pistole";
- _root.s.gotoAndStop("s5_ozbrojit");
- }
- if(eval(this._droptarget) != undefined and eval(this._droptarget) == _root.s.back4.levy and _root.utok)
- {
- _root.s.Speak(_root.s.hero.hero,"Toho m{invalid_utf8=225} p{invalid_utf8=248}ece nastarosti L{invalid_utf8=225}ja","F","");
- }
- if(eval(this._droptarget) != undefined and eval(this._droptarget) == _root.s.back4.pravy and _root.utok)
- {
- _root.s.gotoAndStop("s5_poprava");
- }
- this._visible = false;
- origin._visible = true;
- _root.s.ShowSipka();
- _root.s.DObject.removeMovieClip();
- }
- }
-